home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TDXFMOPTIONS / TDXFMOPTIONS.txt
Text File  |  2004-09-21  |  4KB  |  177 lines

  1. object dxfmOptions: TdxfmOptions
  2.   Left = 310
  3.   Top = 187
  4.   ActiveControl = chbxShowMargins
  5.   BorderStyle = bsDialog
  6.   Caption = 'Preferences'
  7.   ClientHeight = 246
  8.   ClientWidth = 456
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PageControl1: TPageControl
  19.     Left = 5
  20.     Top = 4
  21.     Width = 446
  22.     Height = 206
  23.     ActivePage = tshGeneral
  24.     TabOrder = 0
  25.     TabStop = False
  26.     object tshGeneral: TTabSheet
  27.       Caption = 'General'
  28.       object gbxShow: TGroupBox
  29.         Left = 6
  30.         Top = 4
  31.         Width = 211
  32.         Height = 104
  33.         Caption = ' &Show '
  34.         TabOrder = 0
  35.         object chbxShowMargins: TCheckBox
  36.           Left = 10
  37.           Top = 22
  38.           Width = 187
  39.           Height = 17
  40.           Caption = '&Margins'
  41.           TabOrder = 0
  42.           OnClick = FormChanged
  43.         end
  44.         object chbxShowMarginsHints: TCheckBox
  45.           Left = 10
  46.           Top = 49
  47.           Width = 187
  48.           Height = 17
  49.           Caption = 'Margins &hints'
  50.           TabOrder = 1
  51.           OnClick = FormChanged
  52.         end
  53.         object chbxShowMarginsHintsWhileDragging: TCheckBox
  54.           Left = 10
  55.           Top = 75
  56.           Width = 176
  57.           Height = 17
  58.           Caption = 'Margins hints while &dragging'
  59.           TabOrder = 2
  60.           OnClick = FormChanged
  61.         end
  62.       end
  63.       object gbxMeasurementUnits: TGroupBox
  64.         Left = 6
  65.         Top = 109
  66.         Width = 211
  67.         Height = 61
  68.         TabOrder = 2
  69.         object lblMeasurementUnits: TLabel
  70.           Left = 8
  71.           Top = 12
  72.           Width = 95
  73.           Height = 13
  74.           Caption = '&Measurement units:'
  75.           FocusControl = cbxMeasurementUnits
  76.           OnClick = lblMeasurementUnitsClick
  77.         end
  78.         object cbxMeasurementUnits: TComboBox
  79.           Left = 8
  80.           Top = 28
  81.           Width = 195
  82.           Height = 21
  83.           Style = csDropDownList
  84.           ItemHeight = 13
  85.           TabOrder = 0
  86.           OnChange = FormChanged
  87.           Items.Strings = (
  88.             'Default'
  89.             'Inches'
  90.             'Millimeters')
  91.         end
  92.       end
  93.       object gbxMarginsColor: TGroupBox
  94.         Left = 220
  95.         Top = 109
  96.         Width = 212
  97.         Height = 61
  98.         TabOrder = 3
  99.         object lblMarginsColor: TLabel
  100.           Left = 8
  101.           Top = 12
  102.           Width = 67
  103.           Height = 13
  104.           Caption = '&Margins color:'
  105.           OnClick = lblMarginsColorClick
  106.         end
  107.         object bvlMarginColorHolder: TBevel
  108.           Left = 8
  109.           Top = 28
  110.           Width = 196
  111.           Height = 21
  112.           Visible = False
  113.         end
  114.       end
  115.       object gbxZoomOpt: TGroupBox
  116.         Left = 220
  117.         Top = 4
  118.         Width = 212
  119.         Height = 104
  120.         TabOrder = 1
  121.         object lblZoomStep: TLabel
  122.           Left = 10
  123.           Top = 51
  124.           Width = 58
  125.           Height = 13
  126.           Caption = 'Zoom &Step :'
  127.           OnClick = lblZoomStepClick
  128.         end
  129.         object bvlZoomStepHolder: TBevel
  130.           Left = 103
  131.           Top = 47
  132.           Width = 67
  133.           Height = 21
  134.           Visible = False
  135.         end
  136.         object chbxZoomOnRoll: TCheckBox
  137.           Left = 10
  138.           Top = 22
  139.           Width = 185
  140.           Height = 17
  141.           Caption = '&Zoom on roll with IntelliMouse'
  142.           TabOrder = 0
  143.           OnClick = FormChanged
  144.         end
  145.       end
  146.     end
  147.   end
  148.   object btnOk: TButton
  149.     Left = 214
  150.     Top = 217
  151.     Width = 75
  152.     Height = 23
  153.     Caption = 'OK'
  154.     Default = True
  155.     ModalResult = 1
  156.     TabOrder = 1
  157.   end
  158.   object btnCancel: TButton
  159.     Left = 295
  160.     Top = 217
  161.     Width = 75
  162.     Height = 23
  163.     Cancel = True
  164.     Caption = 'Cancel'
  165.     ModalResult = 2
  166.     TabOrder = 2
  167.   end
  168.   object btnHelp: TButton
  169.     Left = 376
  170.     Top = 217
  171.     Width = 75
  172.     Height = 23
  173.     Caption = '&Help'
  174.     TabOrder = 3
  175.   end
  176. end
  177.